From f2ca75880d15cc4b594a8f64aba083ab91b148ed Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 16 Mar 2022 20:17:01 -0500 Subject: [PATCH] Delete saplus --- {style => deprecated/style}/saplus.style | 0 gpsbabel.qrc | 1 - reference/format0.txt | 1 - reference/format1.txt | 1 - reference/format2.txt | 1 - reference/format3.txt | 16 ---------------- reference/help.txt | 10 +--------- tools/nuke_format | 3 +++ xmldoc/formats/saplus.xml | 17 ----------------- 9 files changed, 4 insertions(+), 46 deletions(-) rename {style => deprecated/style}/saplus.style (100%) delete mode 100644 xmldoc/formats/saplus.xml diff --git a/style/saplus.style b/deprecated/style/saplus.style similarity index 100% rename from style/saplus.style rename to deprecated/style/saplus.style diff --git a/gpsbabel.qrc b/gpsbabel.qrc index 35a5fe76b..e50833678 100644 --- a/gpsbabel.qrc +++ b/gpsbabel.qrc @@ -30,7 +30,6 @@ style/openoffice.style style/ricoh.style style/s_and_t.style - style/saplus.style style/tabsep.style style/tomtom_asc.style style/tomtom_itn_places.style diff --git a/reference/format0.txt b/reference/format0.txt index e87ab3a7c..4121030e7 100644 --- a/reference/format0.txt +++ b/reference/format0.txt @@ -5,7 +5,6 @@ csv Comma separated values iblue747 csv Data Logger iBlue747 csv iblue757 csv Data Logger iBlue757 csv gpl gpl DeLorme GPL -saplus DeLorme Street Atlas Plus saroute anr DeLorme Street Atlas Route destinator_itn dat Destinator Itineraries (.dat) destinator_poi dat Destinator Points of Interest (.dat) diff --git a/reference/format1.txt b/reference/format1.txt index b041fb548..5788a3a32 100644 --- a/reference/format1.txt +++ b/reference/format1.txt @@ -8,7 +8,6 @@ internal custom Custom "Everything" Style file iblue747 csv Data Logger iBlue747 csv file iblue757 csv Data Logger iBlue757 csv file gpl gpl DeLorme GPL -file saplus DeLorme Street Atlas Plus file saroute anr DeLorme Street Atlas Route file destinator_itn dat Destinator Itineraries (.dat) file destinator_poi dat Destinator Points of Interest (.dat) diff --git a/reference/format2.txt b/reference/format2.txt index 4d37d6469..6dfed0900 100644 --- a/reference/format2.txt +++ b/reference/format2.txt @@ -8,7 +8,6 @@ internal rw---- custom Custom "Everything" Style file --rw-- iblue747 csv Data Logger iBlue747 csv file --rw-- iblue757 csv Data Logger iBlue757 csv file --rw-- gpl gpl DeLorme GPL -file rw---- saplus DeLorme Street Atlas Plus file --r--- saroute anr DeLorme Street Atlas Route file ----rw destinator_itn dat Destinator Itineraries (.dat) file rw---- destinator_poi dat Destinator Points of Interest (.dat) diff --git a/reference/format3.txt b/reference/format3.txt index 37282d434..1112f5256 100644 --- a/reference/format3.txt +++ b/reference/format3.txt @@ -118,22 +118,6 @@ option iblue757 datum GPS datum (def. WGS 84) string https://www.gpsbabel.org file --rw-- gpl gpl DeLorme GPL gpl https://www.gpsbabel.org/WEB_DOC_DIR/fmt_gpl.html -file rw---- saplus DeLorme Street Atlas Plus xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html -option saplus snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_snlen - -option saplus snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_snwhite - -option saplus snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_snupper - -option saplus snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_snunique - -option saplus urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_urlbase - -option saplus prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_prefer_shortnames - -option saplus datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saplus.html#fmt_saplus_o_datum - file --r--- saroute anr DeLorme Street Atlas Route saroute https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saroute.html option saroute turns_important Keep turns if simplify filter is used boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_saroute.html#fmt_saroute_o_turns_important diff --git a/reference/help.txt b/reference/help.txt index 82ad34032..2abf46034 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -66,15 +66,7 @@ File Types (-i and -o options): urlbase Basename prepended to URL on output prefer_shortnames (0/1) Use shortname instead of description datum GPS datum (def. WGS 84) - gpl DeLorme GPL - saplus DeLorme Street Atlas Plus - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) + gpl DeLorme GPL saroute DeLorme Street Atlas Route turns_important (0/1) Keep turns if simplify filter is used turns_only (0/1) Only read turns; skip all other points diff --git a/tools/nuke_format b/tools/nuke_format index a33fe2f20..ee010699f 100755 --- a/tools/nuke_format +++ b/tools/nuke_format @@ -29,6 +29,7 @@ remove_line $1.cc CMakeLists.txt remove_line $1.h CMakeLists.txt remove_line $1.cc GPSBabel.pro remove_line $1.h GPSBabel.pro +remove_line $1 gpsbabel.qrc remove_manually $1 reference/help.txt remove_manually $1 reference/format3.txt @@ -48,7 +49,9 @@ git rm -f reference/$1* git rm -f xmldoc/formats/$1.xml git rm -f xmldoc/formats/options/$1.xml git rm -f testo.d/$1.test +git rm -f style/$1.test [ -f $1.cc ] && git mv $1.cc deprecated/ [ -f $1.h ] && git mv $1.h deprecated/ +[ -f style/$1.style ] && git mv style/$1.style deprecated/style/ # make && ./testo diff --git a/xmldoc/formats/saplus.xml b/xmldoc/formats/saplus.xml deleted file mode 100644 index 3f4a18741..000000000 --- a/xmldoc/formats/saplus.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - This format is for DeLorme Street Atlas USA 2004 Plus and later. - - For geocachers importing data from a tool like GSAK or -Spinner, import the file twice in XData. One will create a file with -the Cache description as a hyperlink on the flag. This can clutter up -the screen and when you try to zoom in, it causes problems. So the -second one will only have a flag. Thus you can turn off and on which -one you want to view. The first time you import the file, in the -assign field types, check the circle above Full Name and then next. -The second time you import the file do not check any circle and in the -second to last column, change URL to none and then click next. Use the -same name you used the first time but add -Flag to it. - - -- 2.30.2